-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge develop in 1.1 #1182
Closed
thibault-martinez
wants to merge
15
commits into
iotaledger:1.1
from
thibault-martinez:merge-develop-1.1-2
Closed
Merge develop in 1.1 #1182
thibault-martinez
wants to merge
15
commits into
iotaledger:1.1
from
thibault-martinez:merge-develop-1.1-2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Brainstorm * Basic idea * Add encrypted db * Seems to work * Define types in migration, refactor * where in stronghold is the data? * Make stronghold snapshot migration work * Add migration to bindings, add get_chrysalis_data() * Save chrysalis data from snapshot in db * Address some TODOs * Address todos * Add chrysalis-backup-work-factor-0.stronghold * Fix wasm * Don't error on ClientDataNotPresent * Clippy * Address review comments * Remove extra function * Update bindings/nodejs/CHANGELOG.md Co-authored-by: Thibault Martinez <[email protected]> * Remove `from` * Clippy * Changelog * Update sdk/src/wallet/storage/constants.rs * Move function to storage * Address review comments * Address review comments * Review suggestions * Address review comments * Add db_encryption_key to Rust, export migrateDbChrysalisToStardust and add nodejs example * Single import, lint * Address review comments --------- Co-authored-by: Thibault Martinez <[email protected]> Co-authored-by: Thibault Martinez <[email protected]>
* Add PrivateKeySecretManager * try_from_b58/try_from_hex * zeroize bytes * Nits * Optional bs58 * Changelog * Secret manager tests folder * Add tests and fix * Changelog * Nit * Nit * Update sdk/tests/client/secret_manager/mod.rs Co-authored-by: Thoralf-M <[email protected]> * Replace panic with errors * Remove unwrap * Under private_key_secret_manager feature --------- Co-authored-by: Thoralf-M <[email protected]>
* Update getting started started examples and link to them * Update wallet getting started * snake_case * Update sdk/examples/client/getting_started.rs Co-authored-by: Thibault Martinez <[email protected]> * consistency * Fix comment * Clean readmes --------- Co-authored-by: Thibault Martinez <[email protected]> Co-authored-by: Thibault Martinez <[email protected]>
* remove mpsc channel * changelog * Update bindings/nodejs/src/client.rs * remove test --------- Co-authored-by: Thibault Martinez <[email protected]>
* initial changes * fix wasm * add rand dep to client * Rewrite to be a much simpler request pool * cleanup * Add builder fn and changelog * timeout cleanup * fix wasm * refactor * add config to bindings * changelogs * Update sdk/CHANGELOG.md * Update release date * SDK release date --------- Co-authored-by: Thibault Martinez <[email protected]>
…#1171) * fix `CustomAddress` value property type * changelog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.